GetNext Method (AddressEntries Collection)
The GetNext
method returns the next AddressEntry
Syntax
Set objAddressEntry = objAddrEntriesColl.GetNext()
Parameters
objAddressEntry
On successful
return, represents the next AddressEntry object in the collection.
objAddrEntriesColl
Required. The
AddressEntries collection object.
Remarks
The Get methods
are similar to the Find and Move methods used with Microsoft
Access databases. The Get methods have different names because they use
a different syntax.